home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / pock40.zip / DELBUT.BAT < prev    next >
DOS Batch File  |  1994-03-27  |  222b  |  11 lines

  1. echo off
  2. if "%1"=="/?" goto usage
  3. if "%1"=="" goto usage
  4. d /IFzz- %1 %2 %3 %4 %5 %6 %7 %8 %9
  5. goto exit
  6. :usage
  7. echo Delete all files except those matching specified filespecs.
  8. echo usage: DELBUT f1 f2 f3..
  9. :exit
  10.  
  11.